home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / inpoly / readme.txt < prev   
Encoding:
Text File  |  1998-09-28  |  479 b   |  15 lines

  1. http://www.vb-helper.com/HowTo/inpgon.zip
  2.  
  3.     Purpose
  4. Tell if a point is inside a polygon.
  5.  
  6.     Method
  7. Use the CreatePolygonRgn API function to create a polygonal region. Then
  8. use PtInRegion to see if the point is in it.
  9.  
  10.     Disclaimer
  11. This example program is provided "as is" with no warranty of any kind. It is
  12. intended for demonstration purposes only. In particular, it does no error
  13. handling. You can use the example in any form, but please mention
  14. www.vb-helper.com.
  15.